Platform Explorer / Nuxeo Platform 6.0

Operation Seam.ChangeTab (Change Tab)

Description

Change the selected tab for the current document. Preserve the current input.
Operation id Seam.ChangeTab
Category User Interface
Label Change Tab
Requires Seam
Since

Parameters

Name Description Type Required Default value
tab string yes  

Signature

Inputs void
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.ChangeTab
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Seam.ChangeTab",
  "label" : "Change Tab",
  "category" : "User Interface",
  "requires" : "Seam",
  "description" : "Change the selected tab for the current document. Preserve the current input.",
  "url" : "Seam.ChangeTab",
  "signature" : [ "void", "void" ],
  "params" : [ {
    "name" : "tab",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}